home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Media 14
/
PC MEDIA CD14.iso
/
lwp95it
/
lotus011.dsk
/
TYPETEXT.LSS
< prev
next >
Wrap
Text File
|
1995-07-28
|
317b
|
12 lines
' The .Type command is a shortcut to type text into the document
.Type("Hello World.")
.Type("[Enter] Line 1 [Enter]")
.Type("[CtrlHome][ShiftCtrlEnd]")
.Text.Font.Bold = True
.Type("[CtrlEnd]")
' Or
' access the .Text object at the current location
.Text.InsertText("Hello")
.Text.InsertText("World")